FtMscLibExBase DelegateCBButtonChanged DelegateFtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

[This is preliminary documentation and is subject to change.]

3.X10A Callback for the two button on the front of the TX-C void (__stdcall *) cbFunct (DWORD devId, DWORD cntId, DWORD duration, BOOL16 pressed, void *context)

Namespace: FischerTechnik.FtMscLib.API
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public delegate void DelegateCBButtonChanged(
	uint devId,
	uint buttonId,
	uint duration,
	bool pressed,
	UIntPtr context
)

Parameters

devId
Type: System UInt32
controller ID (master or extension controller)
buttonId
Type: System UInt32
index of the Button input (0 =right 1=left)
duration
Type: System UInt32
counts that the button was pressed (after release),
pressed
Type: System Boolean
context
Type: System UIntPtr
Remarks

See Also

Reference

FtMscLibExBaseSetCBButtonChanged(FtMscLibExBase DelegateCBButtonChanged)